T1
Enumeration type which specifies the allowable burst data mapping allocation method.
T2
Enumeration type which specifies the allowable burst types.
Keysight Pathwave 89600 VSA .NET API
Burst<T1,T2> Class
Members  See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace : Burst<T1,T2> Class


Glossary Item Box

Base class that contains properties and members to control the OFDMA common burst measurement features.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class Burst
    (Of T1,T2) 
   Inherits NamedItemBase
   Implements Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3 
C# 
public abstract class Burst<T1,T2> : NamedItemBase, Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  
C++/CLI 
generic<typename T1>
generic<typename T2>
public ref class Burst abstract : public NamedItemBase, Agilent.SA.Vsa.IPropertyInfoAgilent.SA.Vsa.IPropertyInfo2Agilent.SA.Vsa.IRemoteNotifyPropertyChangedAgilent.SA.Vsa.IRemoteNotifyPropertyInfoChanged, Agilent.SA.VsaInternal.IObjectModel, Agilent.SA.VsaInternal.IObjectModel2, Agilent.SA.VsaInternal.IObjectModel3  

Type Parameters

T1
Enumeration type which specifies the allowable burst data mapping allocation method.
T2
Enumeration type which specifies the allowable burst types.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also